home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 584 / program / c_libsa1 / newalert.h < prev   
Encoding:
C/C++ Source or Header  |  1992-02-23  |  311 b   |  10 lines

  1. /********************************/
  2. /* Header File: ALERT.H         */
  3. /* Companion file to ALERT.O    */
  4. /********************************/
  5.  
  6. #define NAFORMERR -1     /* Format String Error */ 
  7. #define NAMEMERR  -2     /* Memory Allocation Error */
  8.  
  9. extern int form_nalert();
  10. extern void form_ncenter();